-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add unit tests for manualtoken_test.go
#268
Conversation
@microsoft-github-policy-service agree |
Codecov Report
@@ Coverage Diff @@
## master #268 +/- ##
==========================================
+ Coverage 50.18% 53.48% +3.30%
==========================================
Files 15 15
Lines 1100 1120 +20
==========================================
+ Hits 552 599 +47
+ Misses 517 488 -29
- Partials 31 33 +2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
Thank you @weinong . Is my PR ready to merge? Also squashed commits |
fixed typo Update manualtoken_test.go updated tests Create manualtoken_test.go
Fixes #267